home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TDLG_DEFMAILER / TDLG_DEFMAILER.txt
Text File  |  2002-07-04  |  1KB  |  72 lines

  1. object Dlg_defmailer: TDlg_defmailer
  2.   Left = 239
  3.   Top = 286
  4.   ActiveControl = BtnYes
  5.   BorderStyle = bsDialog
  6.   Caption = 'Foxmail'
  7.   ClientHeight = 129
  8.   ClientWidth = 364
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 56
  23.     Top = 16
  24.     Width = 297
  25.     Height = 49
  26.     AutoSize = False
  27.     Caption = 
  28.       'Foxmail is not currently the default mailer. Would you like to m' +
  29.       'ake it the default mailer?'
  30.     WordWrap = True
  31.   end
  32.   object Img_ask: TImage
  33.     Left = 8
  34.     Top = 16
  35.     Width = 32
  36.     Height = 32
  37.   end
  38.   object CB_chk: TCheckBox
  39.     Left = 56
  40.     Top = 72
  41.     Width = 297
  42.     Height = 17
  43.     Caption = '&Always make this check when start Foxmail'
  44.     TabOrder = 0
  45.   end
  46.   object BtnYes: TButton
  47.     Left = 184
  48.     Top = 102
  49.     Width = 75
  50.     Height = 23
  51.     Caption = '&Yes'
  52.     Default = True
  53.     ModalResult = 6
  54.     TabOrder = 1
  55.   end
  56.   object BtnNo: TButton
  57.     Left = 280
  58.     Top = 102
  59.     Width = 75
  60.     Height = 23
  61.     Cancel = True
  62.     Caption = '&No'
  63.     ModalResult = 7
  64.     TabOrder = 2
  65.   end
  66.   object Language: TLanguage
  67.     LangCenter = DM_Language.LangCenter
  68.     Left = 24
  69.     Top = 80
  70.   end
  71. end
  72.